Page title is not used in Selenium tests
[lhc/web/wiklou.git] / tests / selenium / pageobjects / page.js
index 864bdae..ed1f1bc 100644 (file)
@@ -1,9 +1,6 @@
 // From http://webdriver.io/guide/testrunner/pageobjects.html
 'use strict';
 class Page {
-       constructor() {
-               this.title = 'My Page';
-       }
        open( path ) {
                browser.url( '/index.php?title=' + path );
        }